'Declaration
<DescriptionAttribute("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")> Public Property CreationTime As Date
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")] public DateTime CreationTime {get; set;}
public read-write property CreationTime: DateTime;
DescriptionAttribute("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'") public function get,set CreationTime : DateTime